home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / misc / tri14dev.lha / Triton / Developer / Assembler / ReadMe next >
Text File  |  1995-08-25  |  952b  |  17 lines

  1.     This  directory  contains  the assembly language support code for Triton,
  2. done  by  Oskar  Liljeblad  (ol@melange.ct.se).   The  assembler  support  is
  3. currently at the level of Triton release 1.1.  Changes to the C includes made
  4. in  release  1.2  have not yet been included (*).  The assembler support code
  5. for  Triton  has  been  testet with the SAS assembler but it should work with
  6. other assemblers, too.
  7.  
  8.     - triton_lib.i      : Offsets for the triton.library functions (*)
  9.     - triton.i          : Translation of libraries/triton.h
  10.     - trLogo.asm        : Translation of trLogo.c
  11.     - triton_lib_v2.i   : Offsets for the triton.library v2 functions (*)
  12.  
  13.     (*)  triton_lib.i  is  basically the same as triton_lib_v2.i.  It was not
  14. created  by  Oskar  Liljeblad,  but is instead maintained automatically using
  15. fd2AsmInc  by  Hanns  Holger  Rutz.   Thus  it  will always be up to date.  I
  16. renamed Oskar's triton_lib.i to triton_lib_v2.i
  17.